home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / par230.zip / EXAMPLE4.INF < prev    next >
Text File  |  1993-01-03  |  950b  |  18 lines

  1. ===============================================================================
  2. ==========================                         ============================
  3. ==========================       EXAMPLE # 4       ============================
  4. ==========================                         ============================
  5. ===============================================================================
  6.  
  7. THE INPUT FILE:  List of invoices for a computer store
  8.  
  9. WHAT WE WANT:    (1) Copy only items for the IBM-PC and the Macintosh.
  10.                  (2) Move the columns around and put more space between them.
  11.                  (3) Change the way a negative amount is represented
  12.                      (i.e. change 345.00- to -345.00).
  13.  
  14. HOW WE DO IT:    (1) We use clustered ACCEPTs to make this selection.
  15.                  (2) We use SET and PAD for this step.
  16.                  (3) We use IF to detect the sign, then INSERT it as needed
  17.  
  18.